﻿body {
}

.custom-div {
    position:relative;
    width: 200px; /* Main width */
    height: 100px;
    background-color: red;
    margin: 50px auto; /* Center the div */
}




